home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / visanlst / install.bat < prev    next >
DOS Batch File  |  1993-04-03  |  810b  |  47 lines

  1. @echo off
  2. if not %1. == . goto START
  3.  
  4. echo *
  5. echo *   To install Visual Analyst, cd to the installation directory, then type
  6. echo *
  7. echo *       a:\installd a
  8. echo *
  9. echo *   or
  10. echo *
  11. echo *       b:\installd b
  12. echo *
  13. goto END
  14.  
  15. :START
  16. if %1 == A goto DLOAD
  17. if %1 == a goto DLOAD
  18. if %1 == B goto DLOAD
  19. if %1 == b goto DLOAD
  20.  
  21. pkunzip -d -o ihdemo
  22. bin\mkrun bin\rt workih ih
  23. cd workih
  24. ..\pkunzip -d -o ..\glos*.zip
  25. cd..
  26. goto END
  27.  
  28. :DLOAD
  29. echo Copying %1:\readme
  30. copy %1:\readme .
  31. echo Copying %1:\install.bat
  32. copy %1:\install.bat .
  33. echo Copying %1:\ihdemo.zip  
  34. copy %1:\ihdemo.zip   .
  35. echo Copying %1:\pkunzip.exe 
  36. copy %1:\pkunzip.exe  .
  37. pkunzip -d -o ihdemo
  38. bin\mkrun bin\rt workih ih
  39.  
  40. cd workih
  41. echo Loading %1:\glos*  
  42. ..\pkunzip -d -o %1:glos*.zip
  43. cd..
  44.  
  45. :END
  46.  
  47.